EmailSettings

constructor(type: NavigationSpec.Email.Type = Type.Plain, to: List<String> = emptyList(), cc: List<String> = emptyList(), bcc: List<String> = emptyList(), subject: String? = null, body: String? = null, attachments: List<NavigationSpec.Email.Attachment> = emptyList())

Parameters

type

Type used for formatting

to

List of emails to send the email to

cc

List of emails to cc the email to

bcc

List of emails to bcc the emails to

subject

Optional subject of the email

body

Optional body of the email

attachments

List of Attachment to add to the email